Skip to content

[DON'T MERGE] Make nativescript-angular modules es6. #548

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 7, 2016

Conversation

nsndeck
Copy link
Contributor

@nsndeck nsndeck commented Nov 22, 2016

No description provided.

@nsndeck nsndeck force-pushed the nnikolov/Es6Modules branch 3 times, most recently from c7e2884 to 2ce81e8 Compare November 25, 2016 13:06
@hdeshev hdeshev changed the title Make nativescript-angular modules es6. [DON'T MERGE] Make nativescript-angular modules es6. Nov 29, 2016
@nsndeck nsndeck force-pushed the nnikolov/Es6Modules branch 3 times, most recently from cb46686 to 4ab9728 Compare December 7, 2016 07:34
export * from "./router/ns-router-link";
export * from "./router/page-router-outlet";
export * from "./router/router-extensions";
export * from "./parse5_adapter";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should not export parse5_adapter, private_import* as public API here. Maybe we can create a separate "private API" rollup entrypoint?

@@ -1,12 +1,12 @@
var Zone$1 = (function (global) {
if (global.Zone) {
throw new Error('Zone already loaded.');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's exclude the zone.js ' -> " transform since it's generated from the Angular code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants